home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / adult_ed / flagtriv / instruct.h < prev   
Text File  |  1995-05-02  |  1KB  |  46 lines

  1. /*----        INSTRUCT.H        Version 1.0    Revision 12/27/86
  2.  
  3.     Instructions for playing Flag Trivia
  4.     and data for displaying the instructions.
  5.  
  6. ----*/
  7.  
  8.  
  9. char    instructions[30][22]={
  10.                 {"The object of"},
  11.                 {"Flag Trivia"},
  12.                 {"is to identify the"},
  13.                 {"flags shown, in the"},
  14.                 {"shortest amount of"},
  15.                 {"time."},
  16.  
  17.                 {"Each player may"},
  18.                 {"make only one quess"},
  19.                 {"in each of the"},
  20.                 {"20 rounds."},
  21.  
  22.                 {"The names of four"},
  23.                 {"countries are shown"},
  24.                 {"at the top of the"},
  25.                 {"screen."},
  26.  
  27.                 {"The two on top"},
  28.                 {"correspond to the"},
  29.                 {"keys F1 and F2 for"},
  30.                 {"player one, and"},
  31.                 {"F7 and F8 for"},
  32.                 {"player two."},
  33.  
  34.                 {"The two countries"},
  35.                 {"shown underneath"},
  36.                 {"them correspond to"},
  37.                 {"the keys F3 and F4"},
  38.                 {"for player one,"},
  39.                 {"and F9 and F10 for"},
  40.                 {"player two."} },
  41.  
  42.     press_to_continue[]={"Press any key to continue"};
  43.  
  44. int    y_start[]={ 90,100,100,90,90 },
  45.     lines_to_show[]={ 6,4,4,6,7 };
  46.